home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 August
/
chip-cd_2003_08.zip
/
08
/
Przeglad programow P2P
/
Shareaza 1.9
/
Shareaza1890.exe
/
Plugins
/
RazaWebHook.dll
/
3081
/
HTML
/
3000
Wrap
Text File
|
2002-12-16
|
458b
|
25 lines
<script language="VBScript" runAt="client">
Set oEvent = External.MenuArguments.Event
Set oLink = oEvent.SrcElement
If oLink = "[object]" Then
Set oLink = oEvent.SrcElement.ParentElement
If oLink = "[object]" Then
oLink = oEvent.SrcElement.Src
End If
End If
If IsNull(oLink) Then
oLink = Window.External.MenuArguments.Location
End If
External.MenuArguments.Location.Href = oLink & ".ForShareaza"
</script>
</html>